home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 3795 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news.cencom.net!ns!tanp
  2. From: tanp@ns (Bill Wendling)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Secure from Decompiling??
  5. Date: 31 Jan 1996 07:01:24 GMT
  6. Organization: Cen-Com Internet
  7. Message-ID: <4en444$45k@news.cencom.net>
  8. References: <4djaq2$jd5@earth.superlink.net>
  9. NNTP-Posting-Host: ns.cencom.net
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Bob Stewart inexplicably wrote:
  13. }  I have a compiled C program containing a string that I want no one to
  14. } be able to see, even with a decompiler. 
  15.  
  16. } Is there any thing to put in the code that can prevent it from being
  17. } decompiled, or make the decompiled code unintelligle??
  18.  
  19. } Thanks for your help,
  20.  
  21. As of yet, there is no sure way of decompiling a program.  They could, 
  22. however, look at the executable with a hex editor and see the message.
  23. You could encrypt the message within the program and then decrypt
  24. it before it is used in the program.
  25.  
  26.  
  27. --
  28. Bill Wendling         | "Pinky, are you thinking what I'm thinking?"
  29. tanp@ns.cencom.net  | "I think so, Brain, but burlap chafes me so."
  30. "Boom Shanka"       | Finger me for my Geek Code...NOW!
  31.